PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDuplexPrinting Enumeration
In This Topic
    PDFDuplexPrinting Enumeration
    In This Topic
    Defines the supported values for duplex printing.
    Members
    MemberDescription
    DUPLEX_FLIP_LONG_EDGEDuplex and flip on the long edge of the sheet.
    DUPLEX_FLIP_SHORT_EDGEDuplex and flip on the short edge of the sheet.
    NONENo option specified in the PDF file.
    SIMPLEXPrint single-sided.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.document.PDFDuplexPrinting

    See Also